[INFO] cloning repository https://github.com/digiterialabs/quarry
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/digiterialabs/quarry" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdigiterialabs%2Fquarry", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdigiterialabs%2Fquarry'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b90620cc9b7d401e755409eb7aa85d3a8fe87fc
[INFO] checking digiterialabs/quarry against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdigiterialabs%2Fquarry" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/digiterialabs/quarry
[INFO] finished tweaking git repo https://github.com/digiterialabs/quarry
[INFO] tweaked toml for git repo https://github.com/digiterialabs/quarry written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/digiterialabs/quarry on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/digiterialabs/quarry already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9
[INFO] running `Command { std: "docker" "start" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking arrow-schema v57.3.0
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]     Checking lz4_flex v0.12.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking arrow-buffer v57.3.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking thrift v0.17.0
[INFO] [stderr]     Checking arrow-data v57.3.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling sqlparser_derive v0.3.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking datafusion-doc v51.0.0
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling datafusion-macros v51.0.0
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.2
[INFO] [stderr]     Checking object_store v0.12.5
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking datafusion-common-runtime v51.0.0
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]    Compiling psm v0.1.30
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking arrow-array v57.3.0
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]     Checking sqlparser v0.59.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking arrow-select v57.3.0
[INFO] [stderr]     Checking arrow-arith v57.3.0
[INFO] [stderr]     Checking arrow-row v57.3.0
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[INFO] [stderr]     Checking arrow-ord v57.3.0
[INFO] [stderr]     Checking arrow-ipc v57.3.0
[INFO] [stderr]     Checking arrow-string v57.3.0
[INFO] [stderr]     Checking arrow-cast v57.3.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking async-compression v0.4.19
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]    Compiling bon-macros v3.9.0
[INFO] [stderr]     Checking arrow-csv v57.3.0
[INFO] [stderr]     Checking parquet v57.3.0
[INFO] [stderr]     Checking arrow-json v57.3.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking arrow v57.3.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]     Checking reqsign v0.16.5
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking jiff v0.2.22
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking expect-test v1.5.1
[INFO] [stderr]     Checking roaring v0.11.3
[INFO] [stderr]     Checking moka v0.12.14
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr]     Checking typed-builder v0.20.1
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking murmur3 v0.5.2
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking bon v3.9.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking apache-avro v0.21.0
[INFO] [stderr] error: could not compile `sqlparser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8a2f6fe57adadb246778b8d41925d3dc46d468cb/bin/rustc --crate-name sqlparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.59.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=1baf4fe15a3852d1 -C extra-filename=-7c4e91f4c6c3e72b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern recursive=/opt/rustwide/target/debug/deps/librecursive-bf98a6d27c680cb8.rmeta --extern sqlparser_derive=/opt/rustwide/target/debug/deps/libsqlparser_derive-3a627c7234e52d51.so --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-14b2c772db56defc/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9", kill_on_drop: false }`
[INFO] [stdout] 53ad7e562ca1c83538b49d943d1f57ba5419cf6371a19c4863e2d62886c2d4f9
